[]
        
(Showing Draft Content)

C1.DataCollection.C1SortDataCollection-1.RemoveAsync

RemoveAsync Method

RemoveAsync(int, CancellationToken)

Removes the item at the specified index from the collection.

Declaration
public override Task RemoveAsync(int index, CancellationToken cancellationToken)
Public Overrides Function RemoveAsync(index As Integer, cancellationToken As CancellationToken) As Task
Parameters
Type Name Description
int index

The index.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task
Overrides